home *** CD-ROM | disk | FTP | other *** search
- # dialer.device config file
- # Most config commands are optional
- # keywords are case-insensitive
-
- # default: "serial.device"
- DEVICE nullmodem.device
-
- # default: 0
- UNIT 0
-
- # default: Prefs setting
- BAUD 38400
-
- # default: ATZ
- #INITSTRING ATZ
-
- # default: ATDT
- #DIALSTRING ATDT131,1234567890,
- #DIALSTRING ATDP9,WT
-
- # You can have as many phone numbers as you like, including none. They will
- # be dialled in turn until you get a CONNECT. Dialling will be aborted on
- # "ERROR" or "NO DIALTONE". If there are no phone numbers, no modem
- # initialisation will be done.
- PHONE 0123-456789
- PHONE 0123-567890
-
- # default: 60
- DIALTIMEOUT 100
-
- # You can have as many Conversations as you like, including none.
- # we wait for the first string, then send the second, with a CR appended
- # they will be actioned in the order encountered
- CONVERSE ogin: username
- CONVERSE sword: password
- CONVERSE rotocol: SLIP
- CONVERSE HELLO ""
-
- # The time we wait in a Conversation for the expected string
- # default: 30
- #TIMEOUT 20
-
- # default: 320 11 320 100
- #WINDOWSIZE 320 11 320 100
-
- # default: 320 11 320 11
- #ZOOMSIZE 320 11 320 11
-